
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.no-scroll {
    overflow: hidden;
}
*{
  font-family: "Roboto Serif", serif;
}
h2{
    font-size: 35px !important;
}

@media (max-width:480px) {
    h2{
        font-size: 30px !important;
    }
}

h1{
    font-size: 40px !important;
}


/* ------------------------- */
/* Critrix-Nav-section */




/* ------------------------------------------ */
/* Binance-Clone-hero */
.BinanceClone-hero {
    background: linear-gradient(to right, #FFFFFF, #92E0EE82);
    padding-block: 60px;
}

.BinanceClone-hero-right {
    width: 90%;
    display: flex;
    margin: auto;

}

.BinanceClone-hero-right img {
    width: 120%;
}

.BinanceClone-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.BinanceClone-hero-left h1{
    font-size: 45px;
    margin-bottom: 20px;
    color: #0A97BE;
}

.BinanceClone-hero-left p
{
    font-size: 20px;
    padding-block: 10px;
}


.Coinbase-hero-left-button{
    width: 100%;
}

.Coinbase-hero-left-button a{
    width:35% !important;
}

.Coinbase-Clone-button {
  border: 2px solid #0A97BE;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: white;
  color: #0A97BE;
  width: 46%;
  margin-right: 10px;
}

.Coinbase-Clone-button.active {
  background-color: #0A97BE;
  color: white;
}
@media (max-width:786px) {
    .BinanceClone-hero-right img{
        width: 108%;
    }
}
@media (max-width:568px) {
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}


/* ------------------------------------ */

/* popup */

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px 20px 30px;
    text-align: center;
    width: 80%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content .illustration {
    width: 300px;
    margin-bottom: 20px;
}

.popup h2 {
    font-size: 31px;
    font-weight: 500;
    color: #0099cc;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.button-container a{
    text-decoration: none;
}

.button-container button {
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #339e72;
}

.teams-btn {
    background-color: #0078d4;
    color: white;
}

.teams-btn:hover {
    background-color: #005a8f;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #555;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}


@media (max-width:1200px) {
    .Whitelabel-hero-left-button{
        width: 100%;
    }
}
@media (max-width:986px) {
     .overlay{
        width: 100% !important;
     }
   .overlay .button-container{
        display: flex;
        gap:5px;
        margin: auto;
    }
    .overlay .button-container button{
         width: 100%;
         font-size: 14px;
    }

}
@media (max-width:568px) {
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
    .Whitelabel-hero-left h1{
        font-size: 30px !important;
    }
   .overlay{
    padding:20px !important
   }
   .overlay h2{
    font-size: 16px;
   }
  .overlay .button-container button{
    font-size: 15px;
  }
}



@media (max-width:986px) {
    .BinanceClone-hero-left h1{
        text-align: center;
    }
}
/* ------------------------------------- */
/* BinanceClone-Whitelabel */
.BinanceClone-Whitelabel {
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/binance clone/Vector.jpeg");
    background-position: center;
    background-size: contain;
    padding-block: 20px;
}


  .Binance-Whitelabel-left {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.Binance-Whitelabel-left img {
    width: 100%;
}

.Binance-Whitelabel-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.Binance-Whitelabel-right h2 {
    font-size: 40px;
    color: black;
    margin-bottom: 20px;
}

.Binance-Whitelabel-right p {
    font-size: 20px;
    text-align: justify;
}

@media (max-width:986px) {
    .Binance-Whitelabel-right{
        text-align: center;
    }
    .Binance-Whitelabel-right h2{
        margin-bottom: 0px;
    }
}

@media (max-width:486px) {
    .Binance-Whitelabel-right p{
        font-size: 16px;
    }
}
/* --------------------------------------- */
/* Binance-Clone-Notablefeature */
.Binance-Notablefeature {
    position: relative;
    margin-top: 30px;
}


@media screen and (min-width:992px) {
    .wl-features-content {
        height: 350px !important;
    }
}

/* .Binance-Notablefeature-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
    }
     */
.Binance-Notablefeature-title {
     position: sticky;
  top: 0px;
  z-index: 300;
  padding-block: 40px;
  text-align: center;
  width: 100%;
  margin: auto;
  /* color: #0A97BE; */
  transition: all 0.3s ease;
}
.sticky-disabled {
  position: static !important;
}
@media (max-width:768px) {
    .Binance-Notablefeature-title{
        top:0px;
        padding-block:10px;
    }
}
.Binance-Notablefeature-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px auto;
}

.Binance-Notablefeature-card {
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: sticky;
    top: 8rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.Binance-Notablefeature-left{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card1 {
    background-color: #F9F4E4;

}

.card2 {
    background-color: #F7F0FF;
}

.card3 {
    background-color: #F4F7FA;
}

.card4 {
    background-color: #F9F4E4;
}

.card5 {
    background-color: #F7F0FF;
}

.card6 {
    background-color: #F4F7FA;
}


.sticky-header {
  position: sticky;
  top: 40px;
  z-index: 300;
  padding-block: 40px;
  text-align: center;
  width: 80%;
  margin: auto;
  color: #0A97BE;
  transition: all 0.3s ease;
}
.sticky-disabled {
  position: static !important;
}
.Binance-Notablefeature-icon {
    margin-bottom: 15px;
}

.Binance-Notablefeature-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.Binance-Notablefeature-step-title {
    color: #0099cc;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.Binance-Notablefeature-step-desc {
    color: black;
    line-height: 1.6;
    font-size: 18px;
}

@media (max-width:486px) {
    .Binance-Notablefeature-left h3{
        font-size: 23px !important;
    }
}


/* Responsive styles */
@media (max-width:987px) {
    .Binance-Notablefeature-icon {
        width: 60% !important;
        display: flex;
        margin:auto;
    }
}
@media (max-width: 768px) {
    .Binance-Notablefeature-section {
        padding: 40px 0;
    }

    .Binance-Notablefeature-title {
        font-size: 40px;
    }

    .Binance-Notablefeature-subtitle {
        font-size: 15px;
    }

    .Binance-Notablefeature-card {
        padding: 20px;
    }

    .Binance-Notablefeature-icon img {
        width: 100%;
    }

    .Binance-Notablefeature-step-title {
        font-size: 18px;
    }

    .Binance-Notablefeature-step-desc {
        font-size: 14px;
    }


}

@media (max-width: 576px) {
    .Binance-Notablefeature-title {
        font-size: 32px;
    }

    .Binance-Notablefeature-subtitle {
        font-size: 14px;
    }

   .Binance-Notablefeature-step-desc{
    font-size: 12px;
   }

    .BinanceClone-MoneyMaking-right {
        display: none;
    }

    .BinanceClone-MoneyMaking-left {
        width: 100% !important;
    }

    .BinanceClone-MoneyMaking-left p {
        line-height: 2 !important;
    }

}

/* ---------------------------------------- */


/* User features */

.user-feature-section {
      margin-top: 50px;
      background-color: #E9F9FBAD;
      padding-block: 40px;
    }

    .user-feature-section h2 {
      color: black;
      font-size: 40px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 60px;
    }

    .user-feature-box {
      display: flex;
      flex: 2;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      padding: 20px;
      gap: 5px;
      flex-wrap: wrap;
      margin: 0 auto;
      max-width: 95%;
    }
    .user-feature-box .row{
        justify-content: space-between;
    }

    .user-feature-box .user-feature-box1{
        width: 90% !important;
    }

      .user-feature-box .user-feature-box3{
        width: 90% !important;
        margin-left: auto;
    }


    .feature-buttons{
      display: flex;
      flex-direction: column;
      gap: 60px;
      flex: 1;
      padding: 60px 0 50px 0;
      width: 100%;
      /* border: 1px solid; */
    }

    .feature-action-buttons {
      display: flex;
      flex-direction: column;
      gap: 60px;
      flex: 1;
      padding: 60px 0 50px 0;
      width: 100%;
      margin-left:auto;
      /* border: 1px solid; */
    }

    .feature-action-buttons button {
        display: flex;
        justify-content: space-between;
      border: 1px solid #ABABAB;
      border-radius: 0.5rem;
      padding: 20px 10px;
      align-items: center;
      text-align: center;
      font-size: 17px;
      color: black;
      background-color: white;
      transition: all 0.2s ease;
      cursor: pointer;
    
   
}

    .feature-buttons button{
      border: 1px solid #ABABAB;
      border-radius: 0.5rem;
      padding: 20px 10px;
      align-items: center;
      text-align: center;
      font-size: 17px;
      color: black;
      background-color: white;
      transition: all 0.2s ease;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
     
    }

    .feature-content {
      flex: 1;
      text-align: center;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 300px;
      height: 400px;
      /* border: 1px solid; */
    }

    .feature-content img {
     width:150px;
      /* border: 1px solid; */
    }

    .feature-content p {
      text-align: justify;
      color: black;
      word-spacing: 1px;
      /* border: 1px solid; */
    }

    .active-feature {
      background-color: #279EBF !important;
      color: white !important;
    }

    @media (max-width: 986px) {
     
      .user-feature-box {
        flex-direction: column;
        align-items: center;
        width: 90%;
        gap: 0px;
      }
      .user-feature-box .user-feature-box3{
        width: 100% !important;
      }
    
.user-feature-box .user-feature-box1{
    width:100% !important;
}
      .feature-buttons,
      .feature-action-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 20px;
        padding: 10px 10px;
      }

      .feature-buttons button{
        width: 100%;
        font-size: 14px;
        text-align: center;
      }
        .feature-action-buttons button {
        width: 100%;
        font-size: 14px;
        margin-left: 0;
        text-align: center;
      }
    .feature-content {
        width: 90%;
        margin: auto;
      text-align: center;
      padding: 5px 10px;
    }

    .feature-content p {
      text-align: center;
      color: black;
      font-size: 17px;
    }
   
    }
@media (max-width:786px) {
    .feature-content{
        height: fit-content;
    }
    .user-feature-box2div{
       height:400px;
    }
}
@media (max-width:486px) {
   
    .feature-buttons,
      .feature-action-buttons {
        padding:10px 0px;
      }
      .feature-buttons button, 
            .feature-action-buttons button{
                padding:15px 10px;
            }
    .user-feature-box{
        padding:10px;
        height: 850px;
    }
    .user-feature-box{
        width: 100%;
    }
           .feature-content p {
            font-size: 14px;
           }
      .feature-content{
        width: 100%;
      }
}

/* BinanceClome-Securityfeature */


.BinanceClone-Securityfeature-header {
    text-align: center;
    color: black;
    font-size: 40px;
    font-weight: 500;
}

.BinanceClone-Securityfeature-left {
    width:80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BinanceClone-Securityfeature-left img {
    width: 100%;
}

.security-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.security-box {
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #0A97BE;
    overflow: hidden;
}

.security-box:hover{
    box-shadow:0 0 6px #0099cc;
}

.security-title {
    color: #0A97BE;
    padding: 1rem 1.25rem;
    font-weight: 500;
    font-size: 15px;
}
@media (max-width:486px) {
    .security-box-wrapper{
        gap:15px;
    }
}
/* ----------------------------------------- */
/* BinanceClone-MoneyMaking */
.BinanceClone-MoneyMaking-container{
    margin-inline: 50px;
}
.BinanceClone-MoneyMaking {
    width: 100%;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/binance clone/Vector.jpeg");
    background-position: center;
    background-size: contain;
    position: relative;
    padding-block: 80px;
    max-height: 900px;
}

.BinanceClone-box {
    background-color: #E9F9FB;
    border-radius: 0px 7rem 7rem 0px;
    border-right: 10px solid #0A97BE;
    padding: 40px;
    position: relative;
}

.BinanceClone-MoneyMaking-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.BinanceClone-MoneyMaking-left h2 {
    color: black;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.BinanceClone-MoneyMaking-left p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.7;
}

.BinanceClone-MoneyMaking-right {
    margin-left: 50px;
    height: 670px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

.BinanceClone-MoneyMaking-right img {
    width: 100%;
    height: 100%;


}

.BinanceClone-MoneyMaking-custom-underline {
    height: 10px;
    width: 55%;
    background-color: #1ba2e3;
    border-radius: 0px 50px 10px 0px;
    position: absolute;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
@media (max-width:786px) {
    .BinanceClone-MoneyMaking-left h2{
        font-size: 20px !important;
    }
    .BinanceClone-box{
        padding: 10px;
    }
}
@media (max-width:486px) {
    .BinanceClone-MoneyMaking{
        padding-block: 40px;
    }
    .BinanceClone-box {
        padding: 10px;
    }
    .BinanceClone-MoneyMaking-left h2{
        font-size: 29px !important;
    }
    .BinanceClone-MoneyMaking-container{
    margin-inline: 20px;

}
.BinanceClone-MoneyMaking-left p{
    font-size: 12px;
}
}
/* --------------------------------------- */
/* BinanceClone-Highlightingfeature */
 .BinanceClone-Highlightingfeature-container{
        margin-inline: 50px;
    }
.BinanceClone-Highlightingfeature {
    padding-top: 90px;
    padding-bottom:50px;
    position: relative;
}

.BinanceClone-Highlightingfeature-left {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.BinanceClone-Highlightingfeature-left img {
    width: 100%;
}

.BinanceClone-Highlightingfeature-right {
    height: 100%;
}

.BinanceClone-Highlightingfeature-right h2 {
    color: #0A97BE;

}

.BinanceClone-Highlightingfeature-right-lists {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    height: 100%;
}

.BinanceClone-Highlightingfeature-right-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #0A97BE;
    padding: 10px;
    border-radius: 20px;
    height: 250px;
}

.BinanceClone-Highlightingfeature-right-list img {
    width: 40px;
}

.BinanceClone-Highlightingfeature-right-list p {
    margin-left: 20px;
    margin-bottom: 0px !important;
}
@media (max-width:1200px) {
     .BinanceClone-Highlightingfeature-container{
        margin-inline: 00px;
    }
}
@media (max-width:986px) {
    .BinanceClone-Highlightingfeature-right-lists{
        margin-top: 60px;
    }
}

/* ---------------------------------- */
/* BinanceClone-BusinessGains */
.BinanceClone-BusinessGains {
    margin-top: 40px;
    padding-block: 30px;
    background-color: #F0FBFC;
}

.BinanceClone-BusinessGains h2 {
    color: black;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding-block: 20px;
    margin-bottom: 30px;
}

.Craitrix-revenue-container {
    padding: 20px 60px 0px 60px;
    border: 1px solid #0A97BEA3;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 7px #0A97BEA3;
    width: 90%;
    margin: auto;
    background-color: white;

}

.Craitrix-revenue-container-left ul {
    padding: 10px;
    width: 100%;
}

.Craitrix-revenue-container-left ul li {
    padding: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #0A97BE33;
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0A97BE;
}
.Craitrix-revenue-container-mobile li
{
    padding: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #0A97BE33;
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0A97BE;
}
.menu-btn {
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.side-icon {
    position: absolute;
    width: 20px;
    overflow: hidden;
    animation: slideIn 0.4s forwards;
    z-index: 1;
    display: none;
}

.menu-btn.active2 .side-icon {
    display: block;
    left: 0;
}

.menu-btn.active2 li {
    padding-left: 30px;
    color: #0099CC;
}

@keyframes slideIn {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.Craitrix-revenue-container-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Craitrix-revenue-container-right img {
    width: 130px;
}


.Craitrix-revenue-container-right p {
    width: 80%;
    line-height: 1.7;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
}

/* Hide mobile layout on desktop */
.Craitrix-revenue-container-mobile {
  display: none;
}
@media (max-width:1200px) {
    .Craitrix-revenue-container{
        width: 100%;
        padding:20px 30px 0px 30px;
    }
}

@media (max-width: 767px) {
  .Craitrix-revenue-container {
    display: none !important;
  }
  .Craitrix-revenue-container-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #0A97BEA3;
    border-radius: 0.5rem;
    margin: auto;
    width: 90%;
  }

  .revenue-btn-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .Craitrix-revenue-mobile-container-right {
    text-align: center;
  }

  .Craitrix-revenue-mobile-container-right img {
    width: 100px;
    margin-bottom: 10px;
  }

  .Craitrix-revenue-mobile-container-right p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 500;
  }
}
@media (max-width:486px) {
    .Craitrix-revenue-container-left ul li{
        font-size: 16px;
    }
     /* Hide desktop version */
  .Craitrix-revenue-container {
    display: none;
  }
  .Craitrix-revenue-container-mobile li{
    font-size: 14px;
  }

  /* Show mobile layout */
  .Craitrix-revenue-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #0A97BEA3;
    border-radius: 0.5rem;
    width: 100%;
    margin: auto;
  }

  .revenue-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }


  /* .side-icon {
    position: absolute;
    left: 10px;
    width: 20px;
    display: none;
    z-index: 1;
  }

  .menu-btn.active2 .side-icon {
    display: block;
  } */

  .Craitrix-revenue-container-right {
    text-align: center;
    padding: 10px;
  }

  .Craitrix-revenue-container-right img {
    width: 100px;
    margin-bottom: 10px;
  }

  .Craitrix-revenue-container-right p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
    font-weight: 500;
  }
   
}
/* ----------------------------------------- */
/* Binance-Clone-Workflow */
.BinanceClone-workflow-container{
    margin-inline: 50px;
}
@media (max-width:1200px) {
   .BinanceClone-workflow-container{
    margin-inline: 10px;
}
.workflow-img-img2 {
    width: 90% !important;
}
.workflow-img-img{
    width: 270px !important;
}

}
.workflow-section {
    position: relative;
    padding: 50px 20px 0px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.workflow-title {
    padding-bottom: 20px;
    color: black;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 500;
}


.workflow-container {
    align-items: center;
    margin-top: 40px;
    position: relative;
}

.workflow-img {
    position: relative;
}

.workflow-img-img {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.workflow-img img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
    height: auto;
    border-radius: 20px;
}
.workflow-img-img2{
    width: 100%;
}
.workflow-card {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px 5px 5px 10px;
    /* leave space for icon */
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.number-icon {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
}

.number-icon img {
    width: 100%;
    height: auto;
}

.workflow-card h5 {
    color: #0ea5e9;
    margin-bottom: 10px;
    text-align: start;
    font-size: 25px;
}

.workflow-card p {
    font-size: 15px;
    text-align: justify;
}

.left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}

.right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}
@media (max-width:986px) {
    .workflow-card{
        margin-bottom: 60px;
    }
    .right-col {
        height: 650px;
    }
}
@media (max-width:486px) {
    
    .workflow-card p{
        font-size: 13px;
    }
    .workflow-card h5{
        font-size: 20px;
    }
    .workflow-section{
        padding:50px 10px 0px 10px;
        margin-bottom:0px;
    }
     .workflow-img-img2{
        width: 130% !important;
    }
}

/* --------------------------------------- */
/* BinanceClone-TrustworthyBinance */
.BinanceClone-TrustworthyBinance {
    padding-block: 50px;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/binance clone/Vector.jpeg");
    background-position: center;
    background-size: contain;
}
.BinanceClone-TrustworthyBinance-container{
    margin-inline: 50px;
}
.BinanceClone-TrustworthyBinance-left {
display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.BinanceClone-TrustworthyBinance-left img {
    width: 80%;
    height: auto;
}

.BinanceClone-TrustworthyBinance-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.BinanceClone-TrustworthyBinance-right h2 {
    color: black;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 20px;

}

.BinanceClone-TrustworthyBinance-right p {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}
@media (max-width:786px) {
    .BinanceClone-TrustworthyBinance-container{
        margin-inline: 15px;
    }
}
@media (max-width:486px) {
    .BinanceClone-TrustworthyBinance-right p {
        font-size: 16px;
    }
}
/* ---------------------------------- */
/* BinanceClone-revenueModel */
.BinanceClone-revenueModel {
    padding-block: 50px;
    background-color: #E9F9FB;
}

.BinanceClone-revenueModel .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.BinanceClone-revenueModel h2 {
    text-align: center;
    color: black;
    font-weight: 500;
    margin-bottom: 30px;
}

.BinanceClone-revenueModel-box {
    padding: 10px;
    background-color: white;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0px 0px 10px #0A97BE;
    margin-top: 20px;
    max-height: 300px;
    height: 300px;
}

.BinanceClone-revenueModel-box h4 {
    color: #0A97BE;
    margin-bottom: 15px;
}

.BinanceClone-revenueModel-box p {
    text-align: center;
    font-size: 16px;
}

.triangle-container{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    height: 600px;
    width: 100%;
    position: relative;
}
.triangle-container::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #0a97be10;
    backdrop-filter: blur(20%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
      box-shadow:0px 0px 500px #0a97be3d;
  z-index: -1;
    
}
.triangle-container-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.triangle-container-box .card-box{
    width: 130px;
    height: 180px;
    padding:10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A97BE;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.514);
    border-radius: 0.5rem;
    background-color: white;

}
.triangle-container-box .card-box p{
    text-align: center;
    font-size: 16px;
}
.triangle-container-box .card-box img{
    width: 80px;
}
.cryptiecraft-whychooseus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cryptiecraft-whychooseus h2{
    font-weight: 500;
    font-size: 35px;
}
.cryptiecraft-whychooseus .highlight{
    color:#0A97BE;
}
.cryptiecraft-whychooseus p{
    font-size: 18px;
    line-height: 1.3;
    text-align: justify;
}

.cryptiecraft-whychooseus .stats{
    background: linear-gradient(to right,#0A97BE,#054658);
    background-clip: text;
    color: transparent;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
}
.cryptiecraft-whychooseus .get-demo-btn{
    padding:10px 20px;
    border:none;
    border-radius: 0.5rem;
    width: 50%;
    background-color: #0A97BE;
    color:white;
}


@media (max-width:1200px) {
    .triangle-container-box .card-box {
        width: 100px;
        height: 140px;
    }
    .triangle-container-box .card-box img {
        width: 50px;
    }
    .triangle-container-box .card-box p{
        font-size: 12px !important;
    }
}

@media (max-width:986px) {
        .triangle-container-box .card-box {
        width: 130px;
        height: 170px;
    }
}
@media (max-width:786px) {
    .triangle-container-box .card-box{
        width: 100px;
        height: 150px;
    }
   
}

@media (max-width:580px) {
     .triangle-container {
        height: 380px;
    }
      .triangle-container-box .card-box{
        width: 80px;
        height: 120px;
    } 
        .triangle-container-box .card-box img {
            width: 40px;
        }
            .triangle-container-box .card-box p{
                font-size: 10px !important;
            }
}
@media (max-width:486px) {
    .triangle-container-box .card-box{
        width: 70px;
        height: 100px;
    } 
        .triangle-container-box .card-box img {
            width: 30px;
        }
             .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
    .cryptiecraft-whychooseus p {
        font-size: 14px;
    }
}
@media (max-width:400px) {
        .triangle-container-box .card-box {
            width:60px;
            height: 100px;
        }
}

@media (max-width:370px) {
        .triangle-container-box .card-box {
        width: 50px;
        height: 90px;
    }

        .triangle-container-box .card-box img
{
    width: 20px;
}
    .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
}


/* -------------------------------------------- */
/* Craitrix-Contact */
.cta-nav-link{
    width: 100%;
}
.cta-nav-link button {
   width: 20%;
  padding: 12px 28px;
  background: white;
  color: #0A97BE;
  font-size: 20px;
  border: none;
  border-radius: 0.7rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}


/* 
.cta-nav-link button span:nth-child(1){
    position: absolute;
    width: 100%;
    height: 5px;
    top:0;
    left:0;
    background: linear-gradient(to right, #002b9d, #34ffea);
    animation:animate1 2s linear infinite;
    
}
@keyframes animate1 {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}


.cta-nav-link button span:nth-child(2){
    position: absolute;
    width: 5px;
    height: 100%;
    top:0;
    right:0;
    background: linear-gradient(to bottom, #002b9d, #34ffea);
    animation:animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2  {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(100%);
    }
}
.cta-nav-link button span:nth-child(3){
    position: absolute;
    width: 100%;
    height: 5px;
    bottom:0;
    left:0;
    background: linear-gradient(to left, #002b9d, #34ffea);
    animation:animate3 2s linear infinite;
    animation-delay: 2s;
}
@keyframes animate3  {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}

.cta-nav-link button span:nth-child(4){
    position: absolute;
    width: 5px;
    height: 100%;
    top:0;
    left:0;
    background: linear-gradient(to top, #002b9d, #34ffea);
    animation:animate4 2s linear infinite;
    animation-delay: 3s;
}
@keyframes animate4  {
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(-100%);
    }
} */

/* .cta-nav-link button::after{
    width: 100%;
    content: "";
    position: absolute;
    inset:-3px;
    background:conic-gradient(from 0deg,transparent 50%, #ff0202 );
    z-index:-1;
    
}

.cta-nav-link button:hover::after{
  animation: glowing-border 3.5s linear infinite;
    
}
@keyframes glowing-border {
    from{
        --angle:0deg;
    }
    to{
        --angle:360deg
    }
} */

.cta-nav-link button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 34px;
  font-size: 20px;
  color: #0A97BE;
  background: #ffffff;
  border: 4px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background-clip: padding-box;
}

.cta-nav-link button::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  border-radius: 50px;
  padding: 4px;
  background: linear-gradient(270deg, #0A97BE, #00c2ff, #00f7ff, #0A97BE);
  background-size: 600% 600%;
  animation: borderTravel 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes borderTravel {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.cta-nav-link button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(10, 151, 190, 0.4);
}

.cta-nav-link button i {
  transition: transform 0.3s ease;
  color: #0A97BE;
}

.cta-nav-link button:hover i {
  transform: rotate(20deg);
}


.cta-banner {
  height: 260px;
background: linear-gradient(to right,#0A97BE,#087C9ED9);
position: relative;
width: 95%;
margin: 40px;
border-radius: 1rem;
}

.cta-banner a{
    text-decoration: none;
}
.cta-banner h4{
  font-size: 26px;
  margin-bottom:30px;
}
.cta-banner h3{
    font-size: 35px;
}
.cta-banner-h4{
    font-size: 35px;
}
.cta-img2{
    position: absolute;
    height: 100%;
    width: 500px;
    left: 0;
    top: 0;
}
.cta-img2 img{
    width: 100%;
    height: 100%;
}
.cta-img1{
    position: absolute;
    height: 100%;
    width: 500px;
    right: 0;
    bottom: 0;
    top:0;
}
.cta-img1 img{
    width: 100%;
    height: 100%;
}

/* responsive */
@media (max-width:1024px) {
    .cta-banner {
  height: 250px;

}
   .cta-img1{
    width:400px;
}
  .cta-img2{
    width:400px;
}
}
@media (max-width:968px) {
   .cta-banner{
    height: 200px;
    width: 100%;
    margin: 20px 0;
   }
   .cta-img1{
    width: 300px;
   }
   .cta-img2{
    width: 300px;
   }
   .cta-nav-link button{
    width: 40%;
   }
    .cta-banner h3{
     font-size: 20px;
   }
}

@media (max-width:768px) {
   .cta-img1{
    width: 200px;
   }
   .cta-img2{
    width: 200px;
   }
   .cta-banner h4{
    font-size: 17px;
   }
   .cta-banner h3{
     font-size: 17px;
   }
   .cta-banner span{
    font-size: 15px;
   }
   .cta-nav-link button{
    width: 50%;
   }
}

/* -------------------------------------------- */
/* BinanceClone-why-cryptiecraft */
.BinanceClone-why-cryptiecraft {
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/binance clone/Vector.jpeg");
    background-position: center;
    background-size: contain;


}

.multi-crypto-wallet-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.multi-crypto-wallet-section h2 {
    color: black;
    font-size: 40px;
    font-weight: 500;
}

.multi-crypto-wallet-section h2+p {
    margin-top: 30px;
    margin-bottom: 45px;

}

.multi-crypto-wallet-section p {
    font-size: 17px;
}

.features-circle-container {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 464px;
    z-index: 1;
}

.center-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-circle {
    position: relative;
    width: 100%;
    height: 100%;
}

.feature-item {
    position: absolute;
    display: flex;
    align-items: center;
}

.feature-box {
    background-color: white;
    border: 1px solid #e6f7fc;
    padding: 25px;
    /* box-shadow: 0 5px 15px rgba(0, 153, 204, 0.1); */
    box-shadow: 0px 0px 20px #0099cc;
    z-index: 1;
    min-width: 200px;
}

.feature-box span {
    color: #0099cc;
    font-size: 16px;
    font-weight: 500;
}

.connector {
    position: absolute;
    background-color: transparent;
    border-top: 2px dashed #0099cc;
    z-index: 0;
    display: none;
}

/* Positioning for each feature */
.top-left {
    top: 6%;
    left: 41%;
    border-radius: 0px 0px 15px 0px;

}

.top-left .connector {
    width: 100px;
    transform: rotate(45deg);
    top: 25px;
    left: 100%;
}

.top-right {
    top: 25%;
    right: 18%;
}

.top-right .connector {
    width: 100px;
    transform: rotate(-45deg);
    top: 25px;
    right: 100%;
}

.right-top {
    bottom: 18%;
    right: 18%;
}

.right-top .connector {
    width: 80px;
    top: 50%;
    right: 100%;
}

.right-bottom {
    top: 47%;
    right: 15%;
}

.right-bottom .connector {
    width: 80px;
    top: 50%;
    right: 100%;
}

.bottom-right {
    bottom: 10%;
    right: 25%;
}

.bottom-right .connector {
    width: 100px;
    transform: rotate(45deg);
    bottom: 25px;
    right: 100%;
}

.left-top {
    top: 26%;
    left: 18%;
}

.left-top .connector {
    width: 80px;
    top: 50%;
    left: 100%;
}

.left-middle {
    top: 48%;
    left: 15%;
}

.left-middle .connector {
    width: 100px;
    top: 50%;
    left: 100%;
}

.left-bottom {
    bottom: 17%;
    left: 17%;
}

.left-bottom .connector {
    width: 80px;
    top: 50%;
    left: 100%;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .features-circle-container {
        height: 550px;
    }

    .feature-box {
        padding: 12px 20px;
        min-width: 180px;
    }

    .feature-box span {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .features-circle-container {
        height: 500px;
    }


    .feature-box {
        min-width: 160px;
    }

    .feature-box span {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .multi-crypto-wallet-section {
        padding: 30px 15px;
    }

    .multi-crypto-wallet-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .features-circle-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .center-logo {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 30px;
    }

    .feature-circle {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 400px;
    }

    .feature-item {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .feature-box {
        width: 100%;
        min-width: unset;
    }

    .connector {
        display: none;
    }

    .top-left,
    .top-right,
    .right-top,
    .right-bottom,
    .bottom-right,
    .left-top,
    .left-middle,
    .left-bottom {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}


/* -------------------------------------------- */


@media (max-width: 480px) {
    .multi-crypto-wallet-section h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .multi-crypto-wallet-section h2+p {
        text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .center-logo {
        width: 100px;
        height: 100px;
    }

    .feature-box {
        padding: 10px 15px;
    }

    .feature-box span {
        font-size: 13px;
    }

    /* ------------------ */
    .Craitrix-revenue-container {
        position: relative;
        height: 700px;
    }

    .Craitrix-revenue-container-left-div2 {
        position: absolute;
        width: 90%;
        bottom: 0px;
    }

    .Craitrix-revenue-container-right {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
    }

    .Craitrix-revenue-container-right img {
        width: 100px;
    }

    .BinanceClone-BusinessGains h3 {
        padding: 0px;
    }

    .BinanceClone-BusinessGains p {
        line-height: 1.5;
    }

.BinanceClone-BusinessGains {
    margin-top: 0px;
}
}
/* -------------------------------------------- */
/* Craitrix-Frequently */


/* faq-contactus */

.faqListContainer{
  width: 70%;
  margin:auto;
}
.faq-contactus-container{
  background-color: #E9F9FB;
  padding-block: 50px;
}
.faq-contactus-container img{
  position: absolute;
  z-index: 0;
  width: 40%;
  left:0;
  top: 0;
}
.faq-contactus-container h2{
    color:#0A97BE;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
/* --------------- */
.faq-question-content{
  position: relative;
    width: 100%;
  background-color: white;
  margin-bottom: 10px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
    color: #0099CC;
    cursor: pointer;
}
.faq-content-box{
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 10px 5px 50px;
}
.faq-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left:39px;
    top: -1px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -5px -10px 0px white ;
}
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    left:-1px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -1PX !important;
    left: -1PX !important;
    border:1px solid #0A97BE;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;

    width: 40px;
    height: 40px;
    background-color: white;
}
.faq-content-small-box img{
    width: 40px;
}
.faq-content-box p{
    font-size: 20px;
}

  .faq-contactus p{
    margin-block: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 22px;
  }
    .faq-contactus p i{
        margin-left: 20px;
    }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;

}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}

.faq-ans-content-box p{
    font-size: 19px;
}

.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    right:-1px;
    top: 39px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 10px -5px 0px white ;
}

.faq-ans-content-small-box{
    position: absolute;
    top: -1PX !important;
    right: -1PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 40px;
    height: 40px;
    background-color: white;
}

.faq-ans-content-small-box img{
    width: 40px;
}


@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
    .faq-contactus-container img{
  width: 70%;
}
  .faq-answer-content {
    margin-left:50px;
  }
}

@media (max-width:768px) {
    .faq-content-box{
        height: fit-content !important;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
    
  }
  

}

@media (max-width:487px) {
     .Whitelabel-features-left {
    margin-top:0px;
    margin-bottom:0px;
  }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 30px;
  }
  .faq-content-small-box {
    width:30px;
    height: 30px;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:29px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }


    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 30px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 0px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}
.faqListContainer{
  width: 70%;
  margin:auto;
}

.faq-contactus-container{
  background-color: #E9F9FB;
  padding-block: 50px;
    position: relative;

}
.faq-contactus-container img{
  position: absolute;
  z-index: 0;
  width: 30%;
  left:0;
  top: 0;
}
.faq-contactus-container h2{
  font-size: 40px;
  text-align: center;
}
/* --------------- */
.faq-question-content{
  position: relative;
    width: 100%;
  background-color: white;
  margin-bottom: 10px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
}
.faq-content-box{
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 10px 5px 50px;
}
.faq-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left:39px;
    top: -1px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -5px -10px 0px white ;
}
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    left:0px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -2PX !important;
    left: -2PX !important;
    border:1px solid #0A97BE;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;
    width: 43px;
    height: 42px;
    background-color: white;
}
.faq-content-small-box img{
    width: 40px;
}

  .faq-contactus p{
    text-align: center;
  }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;

}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}

.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 6px;
    right: -1px;
    top: 39px;
    z-index: 1;
    border-radius: 0px 0.5rem 0px 0px;
    border: 1px solid #0A97BE;
    border-left: none;
    border-bottom: none;
    box-shadow: 10px -1px 0px white;
}

.faq-ans-content-small-box{
    position: absolute;
    top: -2PX !important;
    right: -2PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 42px;
    height: 42px;
    background-color: white;
}

.faq-ans-content-small-box img{
    width: 40px;
}


@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
  .faq-answer-content {
    margin-left:50px;
  }
  .leftimg{
    width: 100%;
  }
}

@media (max-width:768px) {
    .faq-content-box{
        height: 60px;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
    
  }
  

}

@media (max-width:487px) {
    .faqListContainer{
        width: 90%;
    }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 40px;
  }
  .faq-content-small-box {
    width:32px;
    height: 32px;
    top:-2px !important;
    left:-2px !important;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:39px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }


    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 32px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 20px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}



@media (max-width:1400px) {
    .faq-content-small-box{
        width: 42px;
    }
  .faq-question-icon{
    left: 2%;
    top:45px;
  }
}
@media (max-width:1200px) {
  .faq-question-icon{
    left: 0%;
  }
    .faq-ans-text{
      padding:20px 60px 20px 20px;
    }
  .faq-ans-text p{
    font-size: 14px;
  }
}

@media (max-width:987px) {
  .faq-question-icon{
    left:0%;
    top:35%;
  }
     .faq-ans-text{
      height: 50px;
     }
  .faq-ans-icon {
    width:50px;
  }

}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
}
  .faq-question{
    padding:10px 10px 10px 20px;
  }
  .faq-question-text {
    height: 50px;
  }
   .faq-question-text p{
    font-size: 10px;
   }
   .faq-question-icon{
    width: 30px;
    left:4%;
    top:55%
   }
   .faq-answer{
    margin-left:30px;
   }
       .faq-ans-text {
        height: 20px;
    }
     .faq-ans-text p{
      font-size: 10px;
     }
     .faq-ans-icon {
      top:40px;
    width:30px;
  }
}
@media (max-width:487px){
  .curved-box{
    width: 100%;
  }
   .faq-question{
    border-radius: 1rem;
   }
   .faq-question-text {
    height: 35px;
  }
 .faq-question-text p{
  font-size: 8px;
  height: 35px;
          display: flex;
        align-items: center;
 }
  .faq-question-icon{
    width: 20px;
    left:6%;
    top:65%
   }
    .faq-ans-icon {
      top:40px;
      right:10px;
    width:20px;
  }
      .faq-ans-text {
        height: 0px;
      }
   .faq-ans-text p{
    font-size: 7px;
   }
   .faq-contactus {
    padding:0px;
   }
   .faq-contactus h2 {
    font-size: 20px;
    padding-block: 20px;
   }

   /* ------------------------ */
  
}


/* ------------------------------------------- */
/* responsive design */
@media (max-width:1400px) {
    .faq-content-small-box{
        width: 42px;
    }
  .faq-question-icon{
    left: 2%;
    top:45px;
  }
}
@media (max-width:1200px) {
  .faq-question-icon{
    left: 0%;
  }
    .faq-ans-text{
      padding:20px 60px 20px 20px;
    }
  .faq-ans-text p{
    font-size: 14px;
  }
}

@media (max-width:987px) {
  .faq-question-icon{
    left:0%;
    top:35%;
  }
     .faq-ans-text{
      height: 50px;
     }
  .faq-ans-icon {
    width:50px;
  }

}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
}
  .faq-question{
    padding:10px 10px 10px 20px;
  }
  .faq-question-text {
    height: 50px;
  }
   .faq-question-text p{
    font-size: 10px;
   }
   .faq-question-icon{
    width: 30px;
    left:4%;
    top:55%
   }
   .faq-answer{
    margin-left:30px;
   }
       .faq-ans-text {
        height: 20px;
    }
     .faq-ans-text p{
      font-size: 10px;
     }
     .faq-ans-icon {
      top:40px;
    width:30px;
  }
}
@media (max-width:487px){
  .curved-box{
    width: 100%;
  }
   .faq-question{
    border-radius: 1rem;
   }
   .faq-question-text {
    height: 35px;
  }
 .faq-question-text p{
  font-size: 8px;
  height: 35px;
          display: flex;
        align-items: center;
 }
  .faq-question-icon{
    width: 20px;
    left:6%;
    top:65%
   }
    .faq-ans-icon {
      top:40px;
      right:10px;
    width:20px;
  }
      .faq-ans-text {
        height: 0px;
      }
   .faq-ans-text p{
    font-size: 7px;
   }
   .faq-contactus {
    padding:0px;
   }
   .faq-contactus h2 {
    font-size: 20px;
    padding-block: 20px;
   }
}


   /* ------------------------ */


/* --------------------------------------------- */
/* Craitrix-Contactus */

   /* ------------------------ */




/* whitelabel -Contact-us */


/* responsive design */



/* Show downbox only on desktop */
@media (min-width: 992px) {
    .Craitrix-box {
        display: none !important;
    }

    .workflow-container {
        grid-template-columns: 1fr;
    }

    .dotted-line {
        display: none;
    }

    .left-col,
    .right-col {
        align-items: center;
    }
}


/* On mobile, hide .Craitrix-downbox and use .Craitrix-box */
@media (max-width: 991.98px) {
#main-content{
    padding-top: 0px;
}
    /* Craitrix-nav-section */
    

    /* _____________________________ */
    /* BinanceClone-hero */
    .BinanceClone-hero-right {
        margin-top: 50px;
    }

    BinanceClone-hero-left button{
        margin: auto;
    }
    /* ---------------------------------- */
    /* BinanceClone-Securityfeature */
    .BinanceClone-Securityfeature-left {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    /* ------------------------------------- */
    /* BinanceClone-MoneyMaking */
   

    .BinanceClone-MoneyMaking-left {
        width: 50%;
    }

    .BinanceClone-MoneyMaking-left p {
        font-size: 10px;
    }

    .BinanceClone-MoneyMaking-right {
        margin-left: 50px;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }


    /* ------------------------------------------ */
    /* BinanceClone-Highlightingfeature */
   
    .BinanceClone-Highlightingfeature-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .BinanceClone-Highlightingfeature-left img {
        width: 100%;
    }

    .BinanceClone-Highlightingfeature-right {
        height: 100%;
    }

    /* --------------------------------- */
    /*  */
    .left-col {
        justify-content: flex-start;
        height: 650px;
    }

    .right-col {
        justify-content: flex-end;
    }

    .workflow-img {
        width: 30% !important;
        position: absolute;
        top: 50%;
        left: 35%;
    }

    /* ------------------------------------------- */
    /* BinanceClone-BusinessGains */
    .Craitrix-revenue-container {
        padding: 0px;
    }

    .Craitrix-revenue-container-left ul {
        padding: 10px;
        width: 100%;
    }

    /* ____________________________________________ */
    /* BinanceClone-TrustworthyBinance */
    .BinanceClone-TrustworthyBinance-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    /* --------------------------------------------- */
    /* BinanceClone-faq-section */

}


@media (max-width: 768px) {
#main-content{
    padding-top: 60px !important;
}
    /* Craitrix-nav-section */
    

    /* ------------------------- */
    /* BinanceClone-hero */
    .BinanceClone-hero{
        padding-block: 50px;
    }
    .BinanceClone-hero-left{
        display: flex
;
    justify-content: center;
    align-items: center;
    }
       .BinanceClone-hero-left p{
        text-align: center;
       }
  
    .BinanceClone-hero-right {
        width:100%;
    }
    .BinanceClone-hero-right img {
        width: 80%;
        display: flex;
        margin: auto;
    }
    /* --------------------------------------------- */
    /* BinanceWhitelabel */
    .Binance-Whitelabel-right h2{
        padding-block: 30px;
    }
    /* ------------------------------------------ */
    /* BinanceClone-Highlightingfeature */
    .BinanceClone-Highlightingfeature-left {
  
        margin-top:40px;
        }
            .BinanceClone-Highlightingfeature-right-lists {
                margin-top: 30px;
            }
    .BinanceClone-Highlightingfeature-right h2 {
     position: absolute;
     top:0;
     padding-block:20px;    
}


    /* ----------------------------------------- */
    /* BInanceClone-Securityfeature */
    .BinanceClone-Securityfeature-left {
        width: 80%;
        margin: auto;
    }

    /* ------------------------------------- */
    /*  */
    .left-col {
        justify-content: flex-start;
    }

    .right-col {
        justify-content: flex-end;
    }

    .workflow-img {
        width: 30%;
        position: absolute;
        top: 45%;
        left: 35%;
    }
/* ----------------------------------------- */
/* BinanceClone-TrustWorthyBinance */
.BinanceClone-TrustworthyBinance-right h2 {
    text-align: center;
}
    /* Craitrix-revenue */
    .Craitrix-revenue-container {
        padding: 10px;
        width: 100%;
    }

    .Craitrix-revenue-container-left ul {
        padding: 10px;
        width: 100%;
    }

    .Craitrix-revenue-container-right p {
        width: 100%;
        padding-right: 10px;
    }

    /* --------------------------- */
    /* BinanceClone-faq-section */
    .faq-container {
        display: block;
    }

    .faq-left {
        width: 100%;
    }

    .faq-right {
        width: 100%;
    }

   
}
@media (max-width:560px) {
        .workflow-img{
            top:50%
        }
        .BinanceClone-Highlightingfeature-left{
            width: 90%;
            margin: 40px auto;
        }

}
@media (max-width: 480px) {
    .BinanceClone-MoneyMaking-left p{
        font-size: 12px;
    }
    #main-content{
          margin-top:60px;
          padding-top: 0px !important;
    }
    .BinanceClone-hero-left p {
        font-size: 18px;
    }
    /* Nav-section */
    

    /* Binance-whitelabel */
    
    .Binance-Whitelabel-left {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .BinanceClone-hero-left {
        align-items: center;
    }
  
    .BinanceClone-Whitelabel {
        padding-block: 0px;
    }

    /* --------------------------- */
    /* BinanceClone-Notablefeature */
    .feature-buttons {
        flex: none;
        width: 100%;
    }

    .feature-action-buttons {
        flex: none;
        width: 100%;
    }
.workflow-img-img2 {
    width: 190%;
}


    /* -------------------------------- */
    /* workflow-Container */
    .workflow-container {
        gap: 100px
    }

    .left-col {
        justify-content: flex-start;
        height: 500px;
    }

    .right-col {
        justify-content: flex-end;
    }

    .workflow-img {
        width: 50%;
        position: absolute;
        top: 48%;
    }

    /* ---------------------------------- */
    /* BinanceClone-Contact */
    .contact-box {
        box-shadow: 0px 0px 10px #0a97beec;
        padding: 0px;
    }

    .Binance-contact-img {
        width: 100%;
    }

    .contact-box2 {
        padding: 0px;
    }
}


/* ------------------------ */


/* Whitelabel User Feature Section */
.Whitelabel-userfeature {
  padding-block: 50px;
}

.Whitelabel-userfeature h2 {
  text-align: center;
  padding-block: 30px;
}

.Whitelabel-userfeature-last {
  display: flex;
  justify-content: center !important;
  gap: 50px;
  width: 100%;
}

.userfeature-box {
  height: 400px;
  background: white;
  border: 2px solid #00bcd4;
  border-radius: 10px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px #00bcd4;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.userfeature-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease, clip-path 0.4s ease;
  transform-origin: center;
  will-change: transform, clip-path;
    padding: 20px;

}
.userfeature-box:hover {
  border: none;
  box-shadow: none;   
}
.userfeature-box:hover .userfeature-inner {
  transform: scale(1.05);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
  background: linear-gradient(to bottom right, #007ba7, #00c6d7);
  color: white;
}

.userfeature-box:hover img{
    display: none;
}

.userfeature-div {
  height: 100%;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  pointer-events: none; /* Prevents hover flickering */
}

.userfeature-box img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.userfeature-title {
  font-size: 25px;
  margin-bottom: 10px;
  color: #0A97BE;
  transition: opacity 0.3s ease;
}

.userfeature-desc {
  font-size: 14px;
  color: #333;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.userfeature-box:hover .userfeature-title {
display: none;
  pointer-events: none;
}

.userfeature-box:hover .userfeature-desc {
  display: block;
  opacity: 1;
  color: white;
  font-size: 16px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .Whitelabel-userfeature-last {
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .Whitelabel-userfeature {
    padding-top: 0px;
  }
.userfeature-title{
    font-size: 20px;
}
  .userfeature-box {
    height: 270px;
  }

  .Whitelabel-userfeature-last {
    display: block !important;
  }

  .userfeature-box:hover .userfeature-title {
    color: white;
    font-size: 18px;
    display: none;
  }

  .userfeature-box:hover .userfeature-desc {
    font-size: 13px;
  }
}





